R Studio 101

R Studio

  • IDE that makes working with R easier

  • Version: 2024.04.2+764

  • R studio Desktop or Posit Cloud

Why R studio

  • Integrated panels for easier workflow

  • Git version control

  • Quatro and Rmarkdown for easier code-text integration/reports

  • R projects

  • Code autocomplete and Copilot

Panel configuration walk-through

Panel configuration

  • Tools ->Global options
    • Panel Layout

    • Appearance

R Project

  • self-contained directory

  • allows reproducibility: environment & history

  • allows easy integration with Git

  • File ->New Project …

Markdown & Quatro